home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / Lattice C disk 4.adf / Compiler_Headers / nondp.h < prev    next >
Text File  |  1988-11-07  |  589b  |  28 lines

  1. /**
  2. *
  3. * Redefine secondary simulation function names to become primary names
  4. * for systems without a Numeric Data Processor.  These symbols are
  5. * used when re-compiling the Lattice library source for systems other
  6. * than the iAPX86.
  7. *
  8. */
  9. #define _acos acos
  10. #define _asin asin
  11. #define _atan atan
  12. #define _cos cos
  13. #define _cosh cosh
  14. #define _cot cot
  15. #define _exp exp
  16. #define _fabs fabs
  17. #define _ldexp ldexp
  18. #define _log log
  19. #define _log10 log10
  20. #define _modf modf
  21. #define _pow pow
  22. #define _pow2 pow2
  23. #define _sin sin
  24. #define _sinh sinh
  25. #define _sqrt sqrt
  26. #define _tan tan
  27. #define _tanh tanh
  28.